Week 3:

To build an interactive graph using plotly.

Dataset: we use the mtcars dataset. We will be plotting a box plot to visualize the hp variable for each of the different levels of the factor variable cyl.

## Warning: package 'plotly' was built under R version 4.0.5
## Warning: package 'ggplot2' was built under R version 4.0.5

The plot

Thank You